6 Star 89 Fork 69

韦东山 / lv_lib_100ask

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

前言

lv_lib_100ask 是基于lvgl库的各种开箱即用的方案参考或对lvgl库各种组件的增强接口。

lib列表

路径 说明
src/lv_100ask_pinyin_ime lvgl组件增强接口(拼音输入法)
src/lv_100ask_sketchpad lvgl组件增强接口(画板)
src/lv_100ask_page_manager lvgl组件增强接口(页面管理器)
src/lv_100ask_calc lvgl组件增强接口(计算器)
src/lv_100ask_2048 lvgl方案参考(2048小游戏)
src/lv_100ask_memory_game lvgl方案参考(数字对拼图小游戏)
src/lv_100ask_file_explorer lvgl方案参考(文件浏览器)
src/lv_100ask_nes lvgl方案参考(nes模拟器)
src/lv_100ask_screenshot lvgl截屏功能
more todo... more todo...

使用方法

  1. 克隆本仓库到你的项目目录下: https://gitee.com/weidongshan/lv_lib_100ask.git
  2. lv_lib_100ask 目录应该和项目的lvgl目录同级(建议)。与 lv_conf.h 类似,本项目也有一个配置文件,名称为 lv_lib_100ask_conf.h
  3. 复制 lv_lib_100ask/lv_lib_100ask_conf_template.hlv_lib_100ask 同级的目录上
  4. lv_lib_100ask_conf_template.h 重命名为 lv_lib_100ask_conf.h 。(上面两步操作即: "cp lv_lib_100ask/lv_lib_100ask_conf_template.h ./lv_lib_100ask_conf.h")
  5. 将第一个 #if 0 更改为 #if 1 以启用文件的内容
  6. 启用或禁用功能

更多资源

这是一个开源的项目,非常欢迎大家一起参与改进!

MIT License Copyright (c) 2022 深圳百问网科技有限公司(www.100ask.net) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

lv_lib_100ask是基于lvgl库的各种开箱即用的方案参考或对lvgl库各种组件的增强接口。 移植示例视频教程: https://www.bilibili.com/video/BV1Xa41197uh?p=9 展开 收起
C 等 3 种语言
MIT
取消

发行版 (2)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/weidongshan/lv_lib_100ask.git
git@gitee.com:weidongshan/lv_lib_100ask.git
weidongshan
lv_lib_100ask
lv_lib_100ask
master

搜索帮助